@charset "utf-8";
* {margin: 0px;padding: 0px;list-style-type: none;}
img {border:0;margin:0; padding:0;}
.clear {clear: both;}
body {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	font-size:14px;
	line-height:24px;
	color: #666;
	text-decoration: none;
	font-family: "微软雅黑";
}
input,textarea {outline:none;}/*去掉输入框得到焦点时边框会出现阴影效果----例如360 火狐*/
a{ blr:expression(this.onFocus=this.blur()); /* IE Opera */
	outline:none;
} a:focus{ -moz-outline-style: none; /* FF */ } /*去掉a标签超链接的虚线框*/
a:link {
	text-decoration: none;

}
a:visited {
	text-decoration: none;

}
a:hover {
	text-decoration: none;
	color: #333;
}
a:active {text-decoration: none; color: #666;}

.box {
	width: 1180px;
	margin:auto;
	height:123px;
}
.index_logo {
	float: left;
	height: 65px;
	width: 313px;
	margin-top: 23px;
}

.toptel span{display: block;float:left;font-size: 14px;margin-left: 44px;}
.toptel em{display: block;float:left;font-size: 16px;color: #eb4700; font-weight: bold;font-style: normal;}
.head{width:614px; float:left;margin-left: 20px;height: 125px;}
.head .nav li{float: left;font-size: 14px;position: relative;text-align: center;width: 121px;height: 125px;line-height: 125px;}
.head .nav li:first-child a{background:none;}
.head .nav li a{color: #121212;font-size: 20px;}

.head .nav li:hover{color: #eb4700;background: #c10005;cursor: pointer}
.head .nav li:hover a{ color: #fff;}



/*———————————————————————————————底部————————————————————————————————*/
.index_footer{ margin:auto; background:url(../images/dbbj.jpg) repeat-x; height:130px; width:100%;}
.index_footer_box{ width:1180px; margin:auto; padding-top: 55px;}
.index_footer_box p{float: left;font-size: 14px; color: #ccc6c6;}
.index_footer_box span{float: right;font-size: 14px; color: #ccc6c6;display: block;}
.index_footer_box span a{color: #ccc6c6;}




